Skip to main content

ModifyVulTargetConfig

Description

call ModifyVulTargetConfig to set vulnerability configuration for a single server.

Request Method

POST

Request Path

/apsara/route/Sas/ModifyVulTargetConfig

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
TypeBODYstringNovulconfiguration type.
SourceIpBODYstringNo1.2.3.4access the IP address of the source.
UuidBODYstringNoxxxx-xxxx-xxxx-xxxxx-xxxxxxserver uuid.
regionIdBODYstringYesNo sample value for this parameter.region id
ConfigBODYstringNocmsdetails of the configuration item.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring3A85CFCF-05C8-451A-9E41-C0D5E96BA407request ID of the result.

Example

Successful Response example

{
"RequestId":"3A85CFCF-05C8-451A-9E41-C0D5E96BA407"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}